Html Css Color HEX #68081C Pohutukawa

📋 copy color: '#68081C'

red 104 ◦ green 8 ◦ blue 28

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

Shades of Pohutukawa #68081C

Tints of Pohutukawa #68081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 74.29%
G = 5.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68081C (or 0x68081C) is known color: Pohutukawa. HEX triplet: 68, 08 and 1C. RGB value is (104,8,28). Sum of RGB (Red+Green+Blue) = 104+8+28=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081C is #97F7E3. Grayscale: #272727. Windows color (decimal): -9959396 or 1837160. OLE color: 1837160.

HSL color Cylindrical-coordinate representation of color #68081C: hue angle of 347.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 28 -
CMYK 0 0.92 0.73 0.59
HSL 347.5º 0.86% 0.22% -
HSV(B) 347.5º 0.92% 0.41% -
XYZ 6.01 3.2 1.4 -
YUV 38.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 104 8 28 0 0.92 0.73 0.59 347.5 0.86 0.22
Hex 68 8 1C 0 5C 49 3B 15C 56 16
Octal 150 10 34 0 134 111 73 534 126 26
Binary 1101000 1000 11100 0 1011100 1001001 111011 101011100 1010110 10110

Color Harmonies of #68081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68081C

Black with #68081C

Text Example


Text Example

White with #68081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68081C; }

 p { color: rgb(104,8,28); }

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

background-color css

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

 a { background-color: rgb(104,8,28); }

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

border-color css

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

 span { border-color: rgb(104,8,28); }

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