Html Css Color HEX #610B1B Pohutukawa

📋 copy color: '#610B1B'

red 97 ◦ green 11 ◦ blue 27

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

Shades of Pohutukawa #610B1B

Tints of Pohutukawa #610B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 71.85%
G = 8.15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#610B1B (or 0x610B1B) is known color: Pohutukawa. HEX triplet: 61, 0B and 1B. RGB value is (97,11,27). Sum of RGB (Red+Green+Blue) = 97+11+27=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #610B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B1B is #9EF4E4. Grayscale: #262626. Windows color (decimal): -10417381 or 1772385. OLE color: 1772385.

HSL color Cylindrical-coordinate representation of color #610B1B: hue angle of 348.84º 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 #610B1B is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 27 -
CMYK 0 0.89 0.72 0.62
HSL 348.84º 0.8% 0.21% -
HSV(B) 348.84º 0.89% 0.38% -
XYZ 5.25 2.86 1.31 -
YUV 38.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 97 11 27 0 0.89 0.72 0.62 348.84 0.8 0.21
Hex 61 B 1B 0 59 48 3E 15D 50 15
Octal 141 13 33 0 131 110 76 535 120 25
Binary 1100001 1011 11011 0 1011001 1001000 111110 101011101 1010000 10101

Color Harmonies of #610B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B1B

Black with #610B1B

Text Example


Text Example

White with #610B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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