Html Css Color HEX #612025 Pohutukawa

📋 copy color: '#612025'

red 97 ◦ green 32 ◦ blue 37

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

Shades of Pohutukawa #612025

Tints of Pohutukawa #612025

RGB

 RED value IS 97 (38.28% from 255) = 58.43%

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 58.43%
G = 19.28%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#612025 (or 0x612025) is known color: Pohutukawa. HEX triplet: 61, 20 and 25. RGB value is (97,32,37). Sum of RGB (Red+Green+Blue) = 97+32+37=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612025 is #9EDFDA. Grayscale: #343434. Windows color (decimal): -10411995 or 2433121. OLE color: 2433121.

HSL color Cylindrical-coordinate representation of color #612025: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612025 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 37 -
CMYK 0 0.67 0.62 0.62
HSL 355.38º 0.5% 0.25% -
HSV(B) 355.38º 0.67% 0.38% -
XYZ 5.78 3.71 2.16 -
YUV 52.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 97 32 37 0 0.67 0.62 0.62 355.38 0.5 0.25
Hex 61 20 25 0 43 3E 3E 163 32 19
Octal 141 40 45 0 103 76 76 543 62 31
Binary 1100001 100000 100101 0 1000011 111110 111110 101100011 110010 11001

Color Harmonies of #612025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612025

Black with #612025

Text Example


Text Example

White with #612025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612025; }

 p { color: rgb(97,32,37); }

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

background-color css

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

 a { background-color: rgb(97,32,37); }

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

border-color css

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

 span { border-color: rgb(97,32,37); }

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