Html Css Color HEX #681123 Pohutukawa

📋 copy color: '#681123'

red 104 ◦ green 17 ◦ blue 35

#681123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #681123

Tints of Pohutukawa #681123

RGB

 RED value IS 104 (41.02% from 255) = 66.67%

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 66.67%
G = 10.9%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#681123 (or 0x681123) is known color: Pohutukawa. HEX triplet: 68, 11 and 23. RGB value is (104,17,35). Sum of RGB (Red+Green+Blue) = 104+17+35=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681123 is #97EEDC. Grayscale: #2D2D2D. Windows color (decimal): -9957085 or 2298216. OLE color: 2298216.

HSL color Cylindrical-coordinate representation of color #681123: hue angle of 347.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681123 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 35 -
CMYK 0 0.84 0.66 0.59
HSL 347.59º 0.72% 0.24% -
HSV(B) 347.59º 0.84% 0.41% -
XYZ 6.21 3.47 1.93 -
YUV 45.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 104 17 35 0 0.84 0.66 0.59 347.59 0.72 0.24
Hex 68 11 23 0 54 42 3B 15C 48 18
Octal 150 21 43 0 124 102 73 534 110 30
Binary 1101000 10001 100011 0 1010100 1000010 111011 101011100 1001000 11000

Color Harmonies of #681123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681123

Black with #681123

Text Example


Text Example

White with #681123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681123; }

 p { color: rgb(104,17,35); }

 H1.HeaderClassName
 {
   color: #681123;
 }
 .AnyTagClassName
 {
   color: #681123;
 }
</style>

background-color css

<style>
 a { background-color: #681123; }

 a { background-color: rgb(104,17,35); }

 div.DivClassName
 {
   background-color: #681123;
 }
 .BgClassName
 {
   background-color: #681123;
 }
</style>

border-color css

<style>
 span { border-color: #681123; }

 span { border-color: rgb(104,17,35); }

 td.TdClassName
 {
   border-color: #681123;
 }
 .TagClassName
 {
   border-color: #681123;
 }
</style>