Html Css Color HEX #600525 Pohutukawa

📋 copy color: '#600525'

red 96 ◦ green 5 ◦ blue 37

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

Shades of Pohutukawa #600525

Tints of Pohutukawa #600525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 69.57%
G = 3.62%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600525 (or 0x600525) is known color: Pohutukawa. HEX triplet: 60, 05 and 25. RGB value is (96,5,37). Sum of RGB (Red+Green+Blue) = 96+5+37=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600525 is #9FFADA. Grayscale: #232323. Windows color (decimal): -10484443 or 2426208. OLE color: 2426208.

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

Color convert

RGB 96 5 37 -
CMYK 0 0.95 0.61 0.62
HSL 338.9º 0.9% 0.2% -
HSV(B) 338.9º 0.95% 0.38% -
XYZ 5.21 2.73 2 -
YUV 35.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 96 5 37 0 0.95 0.61 0.62 338.9 0.9 0.2
Hex 60 5 25 0 5F 3D 3E 153 5A 14
Octal 140 5 45 0 137 75 76 523 132 24
Binary 1100000 101 100101 0 1011111 111101 111110 101010011 1011010 10100

Color Harmonies of #600525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600525

Black with #600525

Text Example


Text Example

White with #600525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600525; }

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

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

background-color css

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

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

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

border-color css

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

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

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