Html Css Color HEX #65091D Pohutukawa

📋 copy color: '#65091D'

red 101 ◦ green 9 ◦ blue 29

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

Shades of Pohutukawa #65091D

Tints of Pohutukawa #65091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 72.66%
G = 6.47%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65091D (or 0x65091D) is known color: Pohutukawa. HEX triplet: 65, 09 and 1D. RGB value is (101,9,29). Sum of RGB (Red+Green+Blue) = 101+9+29=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #65091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65091D is #9AF6E2. Grayscale: #262626. Windows color (decimal): -10155747 or 1902949. OLE color: 1902949.

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

Color convert

RGB 101 9 29 -
CMYK 0 0.91 0.71 0.60
HSL 346.96º 0.84% 0.22% -
HSV(B) 346.96º 0.91% 0.4% -
XYZ 5.69 3.05 1.45 -
YUV 38.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 101 9 29 0 0.91 0.71 0.60 346.96 0.84 0.22
Hex 65 9 1D 0 5B 47 3C 15B 54 16
Octal 145 11 35 0 133 107 74 533 124 26
Binary 1100101 1001 11101 0 1011011 1000111 111100 101011011 1010100 10110

Color Harmonies of #65091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65091D

Black with #65091D

Text Example


Text Example

White with #65091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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