Html Css Color HEX #601226 Pohutukawa

📋 copy color: '#601226'

red 96 ◦ green 18 ◦ blue 38

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

Shades of Pohutukawa #601226

Tints of Pohutukawa #601226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 38 (15.23% from 255) = 25%

R = 63.16%
G = 11.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#601226 (or 0x601226) is known color: Pohutukawa. HEX triplet: 60, 12 and 26. RGB value is (96,18,38). Sum of RGB (Red+Green+Blue) = 96+18+38=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601226 is #9FEDD9. Grayscale: #2B2B2B. Windows color (decimal): -10481114 or 2495072. OLE color: 2495072.

HSL color Cylindrical-coordinate representation of color #601226: hue angle of 344.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601226 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 38 -
CMYK 0 0.81 0.60 0.62
HSL 344.62º 0.68% 0.22% -
HSV(B) 344.62º 0.81% 0.38% -
XYZ 5.39 3.06 2.14 -
YUV 43.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 96 18 38 0 0.81 0.60 0.62 344.62 0.68 0.22
Hex 60 12 26 0 51 3C 3E 159 44 16
Octal 140 22 46 0 121 74 76 531 104 26
Binary 1100000 10010 100110 0 1010001 111100 111110 101011001 1000100 10110

Color Harmonies of #601226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601226

Black with #601226

Text Example


Text Example

White with #601226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601226; }

 p { color: rgb(96,18,38); }

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

background-color css

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

 a { background-color: rgb(96,18,38); }

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

border-color css

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

 span { border-color: rgb(96,18,38); }

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