Html Css Color HEX #65090D Pohutukawa

📋 copy color: '#65090D'

red 101 ◦ green 9 ◦ blue 13

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

Shades of Pohutukawa #65090D

Tints of Pohutukawa #65090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 82.11%
G = 7.32%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#65090D (or 0x65090D) is known color: Pohutukawa. HEX triplet: 65, 09 and 0D. RGB value is (101,9,13). Sum of RGB (Red+Green+Blue) = 101+9+13=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #65090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65090D is #9AF6F2. Grayscale: #252525. Windows color (decimal): -10155763 or 854373. OLE color: 854373.

HSL color Cylindrical-coordinate representation of color #65090D: hue angle of 357.39º 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 #65090D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 13 -
CMYK 0 0.91 0.87 0.60
HSL 357.39º 0.84% 0.22% -
HSV(B) 357.39º 0.91% 0.4% -
XYZ 5.54 2.99 0.67 -
YUV 36.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 101 9 13 0 0.91 0.87 0.60 357.39 0.84 0.22
Hex 65 9 D 0 5B 57 3C 165 54 16
Octal 145 11 15 0 133 127 74 545 124 26
Binary 1100101 1001 1101 0 1011011 1010111 111100 101100101 1010100 10110

Color Harmonies of #65090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65090D

Black with #65090D

Text Example


Text Example

White with #65090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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