Html Css Color HEX #65111E Pohutukawa

📋 copy color: '#65111E'

red 101 ◦ green 17 ◦ blue 30

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

Shades of Pohutukawa #65111E

Tints of Pohutukawa #65111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 68.24%
G = 11.49%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#65111E (or 0x65111E) is known color: Pohutukawa. HEX triplet: 65, 11 and 1E. RGB value is (101,17,30). Sum of RGB (Red+Green+Blue) = 101+17+30=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65111E is #9AEEE1. Grayscale: #2B2B2B. Windows color (decimal): -10153698 or 1970533. OLE color: 1970533.

HSL color Cylindrical-coordinate representation of color #65111E: hue angle of 350.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65111E is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 30 -
CMYK 0 0.83 0.70 0.60
HSL 350.71º 0.71% 0.23% -
HSV(B) 350.71º 0.83% 0.4% -
XYZ 5.8 3.26 1.55 -
YUV 43.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 101 17 30 0 0.83 0.70 0.60 350.71 0.71 0.23
Hex 65 11 1E 0 53 46 3C 15F 47 17
Octal 145 21 36 0 123 106 74 537 107 27
Binary 1100101 10001 11110 0 1010011 1000110 111100 101011111 1000111 10111

Color Harmonies of #65111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65111E

Black with #65111E

Text Example


Text Example

White with #65111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65111E; }

 p { color: rgb(101,17,30); }

 H1.HeaderClassName
 {
   color: #65111E;
 }
 .AnyTagClassName
 {
   color: #65111E;
 }
</style>

background-color css

<style>
 a { background-color: #65111E; }

 a { background-color: rgb(101,17,30); }

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

border-color css

<style>
 span { border-color: #65111E; }

 span { border-color: rgb(101,17,30); }

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