Html Css Color HEX #65090B Pohutukawa

📋 copy color: '#65090B'

red 101 ◦ green 9 ◦ blue 11

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

Shades of Pohutukawa #65090B

Tints of Pohutukawa #65090B

RGB

 RED value IS 101 (39.84% from 255) = 83.47%

 GREEN value IS 9 (3.91% from 255) = 7.44%

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

R = 83.47%
G = 7.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#65090B (or 0x65090B) is known color: Pohutukawa. HEX triplet: 65, 09 and 0B. RGB value is (101,9,11). Sum of RGB (Red+Green+Blue) = 101+9+11=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #65090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65090B is #9AF6F4. Grayscale: #242424. Windows color (decimal): -10155765 or 723301. OLE color: 723301.

HSL color Cylindrical-coordinate representation of color #65090B: hue angle of 358.7º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 11 -
CMYK 0 0.91 0.89 0.60
HSL 358.7º 0.84% 0.22% -
HSV(B) 358.7º 0.91% 0.4% -
XYZ 5.52 2.99 0.6 -
YUV 36.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 101 9 11 0 0.91 0.89 0.60 358.7 0.84 0.22
Hex 65 9 B 0 5B 59 3C 167 54 16
Octal 145 11 13 0 133 131 74 547 124 26
Binary 1100101 1001 1011 0 1011011 1011001 111100 101100111 1010100 10110

Color Harmonies of #65090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65090B

Black with #65090B

Text Example


Text Example

White with #65090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,9,11); }

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

background-color css

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

 a { background-color: rgb(101,9,11); }

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

border-color css

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

 span { border-color: rgb(101,9,11); }

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