Html Css Color HEX #610B22 Pohutukawa

📋 copy color: '#610B22'

red 97 ◦ green 11 ◦ blue 34

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

Shades of Pohutukawa #610B22

Tints of Pohutukawa #610B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.75%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 68.31%
G = 7.75%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#610B22 (or 0x610B22) is known color: Pohutukawa. HEX triplet: 61, 0B and 22. RGB value is (97,11,34). Sum of RGB (Red+Green+Blue) = 97+11+34=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #610B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B22 is #9EF4DD. Grayscale: #272727. Windows color (decimal): -10417374 or 2231137. OLE color: 2231137.

HSL color Cylindrical-coordinate representation of color #610B22: hue angle of 343.95º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B22 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 34 -
CMYK 0 0.89 0.65 0.62
HSL 343.95º 0.8% 0.21% -
HSV(B) 343.95º 0.89% 0.38% -
XYZ 5.34 2.9 1.79 -
YUV 39.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 97 11 34 0 0.89 0.65 0.62 343.95 0.8 0.21
Hex 61 B 22 0 59 41 3E 158 50 15
Octal 141 13 42 0 131 101 76 530 120 25
Binary 1100001 1011 100010 0 1011001 1000001 111110 101011000 1010000 10101

Color Harmonies of #610B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B22

Black with #610B22

Text Example


Text Example

White with #610B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610B22; }

 p { color: rgb(97,11,34); }

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

background-color css

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

 a { background-color: rgb(97,11,34); }

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

border-color css

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

 span { border-color: rgb(97,11,34); }

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