Html Css Color HEX #600D1A Pohutukawa

📋 copy color: '#600D1A'

red 96 ◦ green 13 ◦ blue 26

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

Shades of Pohutukawa #600D1A

Tints of Pohutukawa #600D1A

RGB

 RED value IS 96 (37.89% from 255) = 71.11%

 GREEN value IS 13 (5.47% from 255) = 9.63%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 71.11%
G = 9.63%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#600D1A (or 0x600D1A) is known color: Pohutukawa. HEX triplet: 60, 0D and 1A. RGB value is (96,13,26). Sum of RGB (Red+Green+Blue) = 96+13+26=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D1A is #9FF2E5. Grayscale: #272727. Windows color (decimal): -10482406 or 1707360. OLE color: 1707360.

HSL color Cylindrical-coordinate representation of color #600D1A: hue angle of 350.6º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D1A is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 13 26 -
CMYK 0 0.86 0.73 0.62
HSL 350.6º 0.76% 0.21% -
HSV(B) 350.6º 0.86% 0.38% -
XYZ 5.15 2.85 1.26 -
YUV 39.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 96 13 26 0 0.86 0.73 0.62 350.6 0.76 0.21
Hex 60 D 1A 0 56 49 3E 15F 4C 15
Octal 140 15 32 0 126 111 76 537 114 25
Binary 1100000 1101 11010 0 1010110 1001001 111110 101011111 1001100 10101

Color Harmonies of #600D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D1A

Black with #600D1A

Text Example


Text Example

White with #600D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600D1A; }

 p { color: rgb(96,13,26); }

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

background-color css

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

 a { background-color: rgb(96,13,26); }

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

border-color css

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

 span { border-color: rgb(96,13,26); }

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