Html Css Color HEX #601025 Pohutukawa

📋 copy color: '#601025'

red 96 ◦ green 16 ◦ blue 37

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

Shades of Pohutukawa #601025

Tints of Pohutukawa #601025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 64.43%
G = 10.74%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601025 (or 0x601025) is known color: Pohutukawa. HEX triplet: 60, 10 and 25. RGB value is (96,16,37). Sum of RGB (Red+Green+Blue) = 96+16+37=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601025 is #9FEFDA. Grayscale: #2A2A2A. Windows color (decimal): -10481627 or 2429024. OLE color: 2429024.

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

Color convert

RGB 96 16 37 -
CMYK 0 0.83 0.61 0.62
HSL 344.25º 0.71% 0.22% -
HSV(B) 344.25º 0.83% 0.38% -
XYZ 5.34 2.99 2.05 -
YUV 42.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 96 16 37 0 0.83 0.61 0.62 344.25 0.71 0.22
Hex 60 10 25 0 53 3D 3E 158 47 16
Octal 140 20 45 0 123 75 76 530 107 26
Binary 1100000 10000 100101 0 1010011 111101 111110 101011000 1000111 10110

Color Harmonies of #601025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601025

Black with #601025

Text Example


Text Example

White with #601025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601025; }

 p { color: rgb(96,16,37); }

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

background-color css

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

 a { background-color: rgb(96,16,37); }

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

border-color css

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

 span { border-color: rgb(96,16,37); }

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