Html Css Color HEX #67050F Pohutukawa

📋 copy color: '#67050F'

red 103 ◦ green 5 ◦ blue 15

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

Shades of Pohutukawa #67050F

Tints of Pohutukawa #67050F

RGB

 RED value IS 103 (40.63% from 255) = 83.74%

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

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

R = 83.74%
G = 4.07%
B = 12.2%

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

#67050F (or 0x67050F) is known color: Pohutukawa. HEX triplet: 67, 05 and 0F. RGB value is (103,5,15). Sum of RGB (Red+Green+Blue) = 103+5+15=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #67050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67050F is #98FAF0. Grayscale: #232323. Windows color (decimal): -10025713 or 984423. OLE color: 984423.

HSL color Cylindrical-coordinate representation of color #67050F: hue angle of 353.88º 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 #67050F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 15 -
CMYK 0 0.95 0.85 0.60
HSL 353.88º 0.91% 0.21% -
HSV(B) 353.88º 0.95% 0.4% -
XYZ 5.73 3.03 0.73 -
YUV 35.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 103 5 15 0 0.95 0.85 0.60 353.88 0.91 0.21
Hex 67 5 F 0 5F 55 3C 162 5B 15
Octal 147 5 17 0 137 125 74 542 133 25
Binary 1100111 101 1111 0 1011111 1010101 111100 101100010 1011011 10101

Color Harmonies of #67050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67050F

Black with #67050F

Text Example


Text Example

White with #67050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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