Html Css Color HEX #68071C Pohutukawa

📋 copy color: '#68071C'

red 104 ◦ green 7 ◦ blue 28

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

Shades of Pohutukawa #68071C

Tints of Pohutukawa #68071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 74.82%
G = 5.04%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68071C (or 0x68071C) is known color: Pohutukawa. HEX triplet: 68, 07 and 1C. RGB value is (104,7,28). Sum of RGB (Red+Green+Blue) = 104+7+28=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68071C is #97F8E3. Grayscale: #262626. Windows color (decimal): -9959652 or 1836904. OLE color: 1836904.

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

Color convert

RGB 104 7 28 -
CMYK 0 0.93 0.73 0.59
HSL 347.01º 0.87% 0.22% -
HSV(B) 347.01º 0.93% 0.41% -
XYZ 5.99 3.18 1.4 -
YUV 38.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 104 7 28 0 0.93 0.73 0.59 347.01 0.87 0.22
Hex 68 7 1C 0 5D 49 3B 15B 57 16
Octal 150 7 34 0 135 111 73 533 127 26
Binary 1101000 111 11100 0 1011101 1001001 111011 101011011 1010111 10110

Color Harmonies of #68071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68071C

Black with #68071C

Text Example


Text Example

White with #68071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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