Html Css Color HEX #65050F Pohutukawa

📋 copy color: '#65050F'

red 101 ◦ green 5 ◦ blue 15

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

Shades of Pohutukawa #65050F

Tints of Pohutukawa #65050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 83.47%
G = 4.13%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65050F (or 0x65050F) is known color: Pohutukawa. HEX triplet: 65, 05 and 0F. RGB value is (101,5,15). Sum of RGB (Red+Green+Blue) = 101+5+15=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #65050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65050F is #9AFAF0. Grayscale: #222222. Windows color (decimal): -10156785 or 984421. OLE color: 984421.

HSL color Cylindrical-coordinate representation of color #65050F: hue angle of 353.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65050F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 15 -
CMYK 0 0.95 0.85 0.60
HSL 353.75º 0.91% 0.21% -
HSV(B) 353.75º 0.95% 0.4% -
XYZ 5.51 2.91 0.72 -
YUV 34.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 101 5 15 0 0.95 0.85 0.60 353.75 0.91 0.21
Hex 65 5 F 0 5F 55 3C 162 5B 15
Octal 145 5 17 0 137 125 74 542 133 25
Binary 1100101 101 1111 0 1011111 1010101 111100 101100010 1011011 10101

Color Harmonies of #65050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65050F

Black with #65050F

Text Example


Text Example

White with #65050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65050F; }

 p { color: rgb(101,5,15); }

 H1.HeaderClassName
 {
   color: #65050F;
 }
 .AnyTagClassName
 {
   color: #65050F;
 }
</style>

background-color css

<style>
 a { background-color: #65050F; }

 a { background-color: rgb(101,5,15); }

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

border-color css

<style>
 span { border-color: #65050F; }

 span { border-color: rgb(101,5,15); }

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