Html Css Color HEX #68141C Pohutukawa

📋 copy color: '#68141C'

red 104 ◦ green 20 ◦ blue 28

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

Shades of Pohutukawa #68141C

Tints of Pohutukawa #68141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 68.42%
G = 13.16%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68141C (or 0x68141C) is known color: Pohutukawa. HEX triplet: 68, 14 and 1C. RGB value is (104,20,28). Sum of RGB (Red+Green+Blue) = 104+20+28=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141C is #97EBE3. Grayscale: #2E2E2E. Windows color (decimal): -9956324 or 1840232. OLE color: 1840232.

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

Color convert

RGB 104 20 28 -
CMYK 0 0.81 0.73 0.59
HSL 354.29º 0.68% 0.24% -
HSV(B) 354.29º 0.81% 0.41% -
XYZ 6.17 3.53 1.45 -
YUV 46.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 104 20 28 0 0.81 0.73 0.59 354.29 0.68 0.24
Hex 68 14 1C 0 51 49 3B 162 44 18
Octal 150 24 34 0 121 111 73 542 104 30
Binary 1101000 10100 11100 0 1010001 1001001 111011 101100010 1000100 11000

Color Harmonies of #68141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68141C

Black with #68141C

Text Example


Text Example

White with #68141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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