Html Css Color HEX #61070B Pohutukawa

📋 copy color: '#61070B'

red 97 ◦ green 7 ◦ blue 11

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

Shades of Pohutukawa #61070B

Tints of Pohutukawa #61070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 11 (4.69% from 255) = 9.57%

R = 84.35%
G = 6.09%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61070B (or 0x61070B) is known color: Pohutukawa. HEX triplet: 61, 07 and 0B. RGB value is (97,7,11). Sum of RGB (Red+Green+Blue) = 97+7+11=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #61070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61070B is #9EF8F4. Grayscale: #222222. Windows color (decimal): -10418421 or 722785. OLE color: 722785.

HSL color Cylindrical-coordinate representation of color #61070B: hue angle of 357.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61070B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 11 -
CMYK 0 0.93 0.89 0.62
HSL 357.33º 0.87% 0.2% -
HSV(B) 357.33º 0.93% 0.38% -
XYZ 5.07 2.72 0.57 -
YUV 34.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 97 7 11 0 0.93 0.89 0.62 357.33 0.87 0.2
Hex 61 7 B 0 5D 59 3E 165 57 14
Octal 141 7 13 0 135 131 76 545 127 24
Binary 1100001 111 1011 0 1011101 1011001 111110 101100101 1010111 10100

Color Harmonies of #61070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61070B

Black with #61070B

Text Example


Text Example

White with #61070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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