Html Css Color HEX #601A23 Pohutukawa

📋 copy color: '#601A23'

red 96 ◦ green 26 ◦ blue 35

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

Shades of Pohutukawa #601A23

Tints of Pohutukawa #601A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 61.15%
G = 16.56%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601A23 (or 0x601A23) is known color: Pohutukawa. HEX triplet: 60, 1A and 23. RGB value is (96,26,35). Sum of RGB (Red+Green+Blue) = 96+26+35=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A23 is #9FE5DC. Grayscale: #2F2F2F. Windows color (decimal): -10479069 or 2300512. OLE color: 2300512.

HSL color Cylindrical-coordinate representation of color #601A23: hue angle of 352.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A23 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 35 -
CMYK 0 0.73 0.64 0.62
HSL 352.29º 0.57% 0.24% -
HSV(B) 352.29º 0.73% 0.38% -
XYZ 5.5 3.35 1.95 -
YUV 47.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 96 26 35 0 0.73 0.64 0.62 352.29 0.57 0.24
Hex 60 1A 23 0 49 40 3E 160 39 18
Octal 140 32 43 0 111 100 76 540 71 30
Binary 1100000 11010 100011 0 1001001 1000000 111110 101100000 111001 11000

Color Harmonies of #601A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A23

Black with #601A23

Text Example


Text Example

White with #601A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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